Skip to content

docs: add CHANGELOG.md + repo grooming#59

Merged
ajianaz merged 1 commit into
developfrom
docs/changelog-and-repo-grooming
May 31, 2026
Merged

docs: add CHANGELOG.md + repo grooming#59
ajianaz merged 1 commit into
developfrom
docs/changelog-and-repo-grooming

Conversation

@ajianaz

@ajianaz ajianaz commented May 31, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Add CHANGELOG.md with v0.1.0–v0.1.2 history (Keep a Changelog format)
  • GitHub repo: topics, homepage updated via API (no code change)

Quick Win 1: Repo Grooming ✅ (via API)

  • Topics: ai, byok, cli, code-analysis, code-quality, code-review, developer-tools, github-actions, llm, pre-commit, rust, sarif
  • Homepage: https://cora.ajianaz.dev

Quick Win 2: Release Notes ✅ (via API)

  • v0.1.2 GitHub Release body updated with accurate changelog, correct asset names, proper quick start

CHANGELOG.md

  • v0.1.0: initial release
  • v0.1.1: README branding, CI fix
  • v0.1.2: new features (init, hook, upload, stream), bug fixes, deps cleanup

@ajianaz ajianaz added the documentation Improvements or additions to documentation label May 31, 2026
@coderabbitai

coderabbitai Bot commented May 31, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@ajianaz, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 2 minutes and 39 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 822a2960-279e-4d17-887c-50c00446f14d

📥 Commits

Reviewing files that changed from the base of the PR and between 8e10a77 and 167ca88.

📒 Files selected for processing (1)
  • CHANGELOG.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/changelog-and-repo-grooming

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@ajianaz
ajianaz merged commit 3bf8dc6 into develop May 31, 2026
7 checks passed
@ajianaz
ajianaz deleted the docs/changelog-and-repo-grooming branch May 31, 2026 11:48
@github-actions

Copy link
Copy Markdown

🔍 Cora AI Code Review

No issues found. Code looks good!

ajianaz added a commit that referenced this pull request Jul 16, 2026
* perf: resolve scan/review pipeline performance bottlenecks (P2)

Fix 10 performance issues — all 'repeated work in loops' patterns:

#41 - Pre-compile regex patterns once per rule instead of per line
#5  - Batch DB queries in handle_find_affected_tests (single IN clause)
#13 - Batch symbol fetch for Affected command (single query)
#14 - Prepare SQL statement once outside test-pattern loop
#59 - Early cutoff in secrets scanner when max_findings reached
#70 - Break out of all loops when symbol cap hit per file
#67 - Cache file reads during sibling search in resolver
#3  - Reuse single Tokio runtime for MCP tool calls (static LazyLock)
#22 - Static LazyLock regexes in detect_function_entry
#24 - Single transaction for prune_deleted instead of per-file

Refs #335

* fix(ci): resolve clippy + security audit failures

- clippy: remove redundant borrow in format! arg (llm.rs:456 &user_prompt)
- security: bump anyhow 1.0.102 -> 1.0.103 (RUSTSEC-2026-0190, downcast_mut unsoundness)
- security: bump crossbeam-epoch 0.9.18 -> 0.9.20 (RUSTSEC-2026-0204, fmt::Pointer null deref)

Refs #335

---------

Co-authored-by: ajianaz <ajianaz@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant